I am trying to set a DOM_Document_ with a string using parseXMLstring_ and I keep getting an error |
Re: XML DOM Document I had an & in my url, which XML thought to be the start of something like " ". I changed the & to "&" and it worked. (removed the ; from the end of those so the browser doesn't convert them) -Steve |